-
-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gpsampler #2995
base: main
Are you sure you want to change the base?
Add gpsampler #2995
Conversation
I did not realize that I basically duplicated #2360. Can we merge one of these in? |
It also appears that the workflows for CI do not trigger with a PR from a forked branch. |
Hello @jesszzzz, can we ask you to review the PR? |
Let me kindly ping @jesszzzz. |
Sorry for the delay! I do expect some tests will break from this, #3020 enables running CI on forked PRs so please rebase when that's merged. Otherwise these changes look fine to me! |
Thank you for letting us know! |
b3bd748
to
e012c26
Compare
@jesszzzz it looks like you need to approve the 2 workflows to run since I am a first time contributor. I ran all the Pytest tests locally without issue, just need to run the workflows. |
Motivation
I wanted to bring the Optuna plugin up to date with the newest version. I made the necessary changes to make the plugin compatible. I also added in the GPSampler even though it is still experimental since some people may want to use it.
Have you read the Contributing Guidelines on pull requests?
Yes.
Test Plan
I modified the existing tests in the plugin folder. I have tested that they pass on my WSL setup.
Related Issues and PRs
Issues:
#2562
#2162
PRs:
#2360